home *** CD-ROM | disk | FTP | other *** search
/ Ultimate Add-On's (Tournament Edition) / Cybercore Publishing - Ultimate Add-on's Tournament Edition.iso / tools / heretic / hticsave / pack1.prg / HTICSAVE.DOC < prev    next >
Text File  |  1995-03-11  |  4KB  |  94 lines

  1.                   ***************************************
  2.                   *            Heretic Save 1.0         *
  3.                   *           ******************        *
  4.                   *         By: Nicholas Barnard        *
  5.                   *           Prodigy: BVUA23C          *
  6.                   *  Internet: ah646@dayton.wright.edu  *
  7.                   ***************************************
  8. Introduction:
  9.  
  10. Ever wish you could have more than 6 saved games for Heretic or Did you wish it
  11. was easier to keep track of which saved game goes with which wad?  Well Now
  12. there's Heretic Save, a batch file that gives you 600 possible saved games. 
  13.  
  14. What you need:
  15. Find and Replace v1.0 (Included)  Find and Replace is Copyrighted (C) 1993
  16. XCopy (Included with most current versions of DOS)
  17.  
  18. Packing List:
  19.  
  20. HTICSAVE.DOC - This File
  21. INSTALL.EXE  - The Installer
  22. PACKING.LST  - A list of all files that should be included
  23. INSTALL.INI  - A file used during the install Process
  24. INST.EXE     - A file used during the install Process
  25. PACK1.PRG    - Another Resource file used during the install Process
  26.                                         
  27. How to Install:
  28.  
  29. 1. UnZip to HTSAV100.ZIP file into a directory
  30. 2. Type INSTALL after you change to the directory.
  31. 3. You MUST install HereticSave into the X:/HERETIC/GAMES directory where X is
  32.    the drive HERETIC in installed on.
  33. 4. If you want to save the current saved Heretic Games select the set you
  34.    want and find the line in the HTICSAVE.BAT and/or file that has :xx
  35.    where xx is the saved game set you want, to save you games to.  Then
  36.    add a REM in front of the next DEL *.HSG line.  Run Heretic Save selecting
  37.    the saved game set you just selected.  Then remove the REM that you
  38.    added to the DEL *.HSG line.
  39.                          
  40. Note: Heretic Save just deletes the Saved games in the C:\HERETIC directory
  41. and as a result, any saved games saved while running not Heretic Save may
  42. be lost.  I recommend using only Heretic Save to play Saved games with Heretic.
  43.  
  44. How to Use:
  45. To start Heretic change to the C:\HERETIC\GAMES directory and start Heretic Save
  46. by typing HTICSAVE followed by the program you use to start Heretic, in the
  47. C:\HERETIC directory.  Then select the Set of saved games you want to use.
  48. There are 100 sets (00-99) available.
  49. Note: That you must type all numbers in 2 digits (i.e. 01 instead of 1)
  50. Note: You cannot use the Backspace (Delete Key) See technical Info for
  51. More information.
  52.  
  53. If you would like another menu to come up instead of the one that currently
  54. comes up just save the menu in the file MENU.MEN in the \HERETIC\GAMES directory.
  55.  
  56. Notes:
  57. This Batch file is Freeware, please distribute freely!  But include all
  58. the files on the Packing list, and distribute as HTSAVxxx.ZIP (or
  59. HTSAVxxx.LHA, HTSAVxxx.ARJ, or HTSAVxxx.ARC) where xxx is the Version
  60. number.
  61.  
  62. If you have Heretic installed in a directory such as: C:\GAMES\HERETIC you must
  63. either use SUBST that comes with Dos 6.x.  Refer to you DOS manual on how
  64. to use this or type SUBST at any prompt.
  65.  
  66. I tried to compile HTICSAVE.BAT into a COM file but it seemed too large
  67. for all of the compilers I tried.  If you find a compiler that will
  68. compile HTICSAVE.BAT correctly let me know.
  69.  
  70. Feel free to Modify Heretic Save and Distribute.  But, You must distribute
  71. it as Freeware and provide a list of changes, update the version number,
  72. and your name.  Also please forward a list of changes (bugs fixes) to me.
  73.  
  74. BBS's may add their Ad's to this file.  But, I must ask that each BBS
  75. only have 1 ad a piece.  It annoys me to find BBS's that have more than
  76. 1 ad.
  77.  
  78. Technical Info:
  79. Don't worry if you don't understand this. Its not necessary to.
  80.  
  81. All this batch file does is copy the Saved Games made by Heretic, to the
  82. C:\HERETIC\GAMES directory.  But, it renames the files.  The format is on
  83. the next line:
  84.  
  85. HTICS##*.HSG
  86. Where ## is the set Number and * is the saved game number.
  87.  
  88. When you select the saved game set you are actually using 2 choice
  89. commands, one for the tens digit and one for the ones digit, this is why
  90. the Delete key doesn't work correctly.
  91.  
  92. Version History:
  93. V1.0 Written By: Nicholas Barnard.  First version based on DoomSave 2.71
  94.